home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / main.dxr / 00134_set game qt.ls < prev    next >
Encoding:
Text File  |  2000-01-01  |  301 b   |  12 lines

  1. on mouseUp me
  2.   global gTitle
  3.   i = the currentSpriteNum
  4.   gTitle = member(sprite(i).member).name
  5.   if the machineType <> 256 then
  6.     castLib(3).fileName = the moviePath & "data:" & gTitle & "c"
  7.   else
  8.     castLib(3).fileName = the moviePath & "data/" & gTitle & "c"
  9.   end if
  10.   go(gTitle & "qt")
  11. end
  12.